-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] 카카오 OAuth 추가 #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- RequestDto로 두는 것보다 VO의 개념으로 두는 것이 더 올바르다고 판단.
- 제공자 정보를 제공 받음으로 올바른 분기 처리. - OAuth2User 사용처에서 CustomOAuth2User 사용하도록 변경.
- 쿠키에는 띄어쓰기가 포함될 수 없는 문제 해결.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빌드에 실패했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빌드에 실패했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빌드에 실패했습니다.
- 구글에서 카카오로 변경
배포 서버에 카카오 관련 설정 업데이트 |
깃허브 시크릿 업데이트 |
테스트 업데이트 |
leebs0521
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~
|
|
||
|
|
||
| @Test | ||
| void generateUrl_ShouldReturnCorrectUrl_ForNaver() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@display가 있으면 좋을것 같아요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다~ 추가하겠습니다
ayoung-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~
커밋이 잘 나눠져있어서 보기 좋았어욤
|



resolved :
📌 과제 설명
카카오 OAuth 로그인(회원가입) 기능을 추가했습니다.
👩💻 요구 사항과 구현 내용
카카오 OAuth 로그인(회원가입) 기능을 추가했습니다.
✅ PR 포인트 & 궁금한 점